Prevent "Send As" permission who member of Domain Admins
Hi all, Our company is running Exchange 2007, Support team need to have domain adminis right and this powerfull right is including 'Send as' permission. Now this admin can use the 'From' feild to send emails as someone else which may cause a secuirty concern, How can I prsevent it and let this user have admin right but no send as permission. thanks Keith
April 26th, 2012 11:29am

In Exchange 2007, domain admins do not have SEND AS permissions by default, in fact, its set to DENY, so if they do, someone has changed something.
Free Windows Admin Tool Kit Click here and download it now
April 26th, 2012 2:33pm

Yes, send as permission will not grant to domain admins (by default). I suggest you go to check the send as permission for domain admins, make sure other administrators have not changed send as permission for domain admins. You can use this command to check for send as permission: Get-mailbox -resultsize unlimited| get-Adpermission -User domain admin | Where{ $_.ExtendedRights -like "Send-As"}| FT -wrap If you don't need domain admins have send as permission, you can use Remove-ADPermission to do that: Remove-ADPermission http://technet.microsoft.com/en-us/library/aa996048.aspx Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Evan Liu TechNet Community Support
April 27th, 2012 1:55am

Evan, Thank for suggestion. Can you tell me where to found "Send As" permission already set on Domain Admins right ?
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2012 7:48am

Do you use this command to check? Get-mailbox -resultsize unlimited| get-Adpermission -User username| Where{ $_.ExtendedRights -like "Send-As"}| FT -wrap Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Evan Liu TechNet Community Support
May 5th, 2012 8:32pm

Try the below links out and see if it resolve your problem. http://social.technet.microsoft.com/forums/en-US/exchangesvrgeneral/thread/c5efdfaf-33e4-4b35-8535-57aaaece401e http://www.networksteve.com/exchange/topic.php/How_do_I_remove_Domain_Admins_Send_As_settings_for_ALL_users/?TopicId=4916&Posts=6 Girishp
Free Windows Admin Tool Kit Click here and download it now
May 5th, 2012 10:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics